Nevron Open Vision Documentation
Nevron.Nov.DataStructures Namespace / NArrayHelpers<T> Class / WtQ Method


In This Topic
    WtQ Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Shared Function WtQ( _
       ByVal xtQ() As T, _
       ByVal YtQ As System.Integer, _
       ByVal AUQ As System.Integer, _
       ByVal bUQ As T _
    ) As System.Integer
    'Usage
     
    
    Dim xtQ() As T
    Dim YtQ As System.Integer
    Dim AUQ As System.Integer
    Dim bUQ As T
    Dim value As System.Integer
     
    value = NArrayHelpers(Of T).WtQ(xtQ, YtQ, AUQ, bUQ)
    internal static System.int WtQ( 
       T[] xtQ,
       System.int YtQ,
       System.int AUQ,
       T bUQ
    )

    Parameters

    xtQ
    YtQ
    AUQ
    bUQ
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also